home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / dev / c / libiconv_src.lha / extras / ChangeLog next >
Encoding:
Text File  |  2000-11-07  |  1.1 KB  |  27 lines

  1. 2000-10-22  Bruno Haible  <haible@clisp.cons.org>
  2.  
  3.         * locale_charset.c (get_locale_charset): Accept french and spanish
  4.           names in both ISO-8859-1 and UTF-8.
  5.  
  6. 2000-08-24  Jim Blackson  <blackson@ontrack-japan.com>
  7.  
  8.         * iconv_string.c (iconv_string): Fix return value for autodetect.
  9.  
  10. 2000-01-24  Bruno Haible  <haible@clisp.cons.org>
  11.  
  12.         * iconv_string.c (iconv_string): Stop recognizing JOHAB.
  13.           Fix typo for EUC-JP.
  14.  
  15. 1999-12-18  Bruno Haible  <haible@clisp.cons.org>
  16.  
  17.         * locale_charset.c (get_locale_charset): Recognize more language codes:
  18.           "af" (afrikaans), "ca" (catalan), "eu" (basque), "fo" (faeroese),
  19.           "ga" (irish), "gd" (scottish), "gl" (galician), "sq" (albanian),
  20.           "eo" (esperanto), "mt" (maltese), "be" (byelorussian),
  21.           "et" (estonian), "lt" (lithuanian), "lv" (latvian), "uk" (ukrainian).
  22.           Recognize more aliases: "english", "slovenian", "macedonian",
  23.           "serbian", "arabic".
  24.           Change default: KOI8-R for "ru" (russian) instead of ISO-8859-5,
  25.           ISO-8859-5 for "sr" instead of ISO-8859-2.
  26.  
  27.